projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e53357c
)
Fix wording of comment in the last commit.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 9 Apr 2012 12:46:34 +0000
(15:46 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 9 Apr 2012 12:46:34 +0000
(15:46 +0300)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 07aad31abf1589162ba347aae19700fc8fd60198..61b0b9df5e1a6fdd6f822d0f1aafffa78e936333 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-16609,7
+16609,7
@@
find_last_unchanged_at_beg_row (struct window *w)
bidi-reordered and was killed immediately before this
redisplay cycle. In that case, ROW->end stores the
buffer position of the first visual-order character of
- the
next row
, which is now beyond ZV. */
+ the
killed text
, which is now beyond ZV. */
&& CHARPOS (row->end.pos) <= ZV)
row_found = row;